home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / src / inc-dec-nshell.hqx / inc-dec / inc.rsrc / TEXT_16000_man general.txt < prev    next >
Encoding:
Text File  |  1994-10-20  |  200 b   |  20 lines

  1.  
  2. NAME
  3.  
  4. inc - Increment a variable
  5.  
  6. SYNOPSIS
  7.  
  8. inc variable [offset]
  9.  
  10. DESCRIPTION
  11.  
  12. This command will add an offset to a numeric variable:
  13.  
  14. variable = variable + offset
  15.  
  16. RETURN CODES
  17.  
  18. <0    Error
  19. 0    Success
  20.